-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New config for creature: HostileTowards #3654
base: master
Are you sure you want to change the base?
Conversation
What's the point of this? How can this ever be used? |
Imagine we want to make a "free-for-all" mode where creatures just go wild and attack each other. This rule would make that easy to set up. It’s basically a way to simulate a survival-of-the-fittest scenario. I’ve got a map idea in mind for this concept, and this rule makes it much easier to set up. I won’t have to rely on |
How or why do we want such a free-for-all mode? It's only total weirdness right? |
are you working on a map that needs it? otherwise indeed bit niche |
Revert the BattleRoyale weird rule and add HostileTowards on creature config file instead, more versatile and less niche.
I see you are not sold on the idea so I changed the PR to do something else instead.
Yes but I just changed the PR, instead of a rule, I'm adding a new field on creature configuration, to set hostility between creature. Basically it's an improved LairEnemy mechanic except it works anywhere in the dungeon and work for roaming players. |
Maybe I should add a check for parties so heroes from groups don't try to fight even if they are set hostile between each other? But this new field allows the Battle Royale thing I want if I simply set all creatures |
Add a check for CTA so they don't attack each other, giving player opportunity to work with the mechanic
so player can better work around the mechanic by stopping the fight and tell them to work
A beautiful idea. As you know I have tried to pursue it at least in the matter of the den. |
Add a new field on creature configuration file:
HostileTowards
.Add BattleRoyale as a new creature rule:~~
~~